home *** CD-ROM | disk | FTP | other *** search
- /*
- * File: TS3Events.h
- * Author: Dan Venolia
- *
- * Copyright © 1996 Apple Computer, Inc.
- */
-
- #ifndef __TS3Events__
- #define __TS3Events__
-
- void Events_Init(
- void);
-
- void Events_Exit(
- void);
-
- void Events_Process(
- void);
-
- #endif /* __TS3Events__ */